home *** CD-ROM | disk | FTP | other *** search
- Path: news.corp.hp.com!news
- From: Philip Walden <pwalden>
- Newsgroups: comp.lang.c++
- Subject: Re: RW Tools.h++'s persistence - second try
- Date: 28 Jan 1996 16:52:42 GMT
- Organization: PPO PGIS Design Automation
- Message-ID: <4eg9kq$1j4@hpcc48.corp.hp.com>
- References: <4e5h7q$sip@rc1.vub.ac.be>
- NNTP-Posting-Host: walden.pa.itc.hp.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (X11; I; HP-UX A.09.05 9000/715)
- X-URL: news:4e5h7q$sip@rc1.vub.ac.be
-
- kpgoderi@etro3 (Karel Goderis) wrote:
-
- > strm >> x; // this is line 1144 of the error report
- > strm >> y;
- >
-
- Try:
-
- strm >> &x;
- strm >> &y;
-
- Just a guess.
-
- Phil
-
- --
- --------------------------------------------------------------------------
- Philip Walden
- Hewlett Packard
- Product Generation Information Systems
- 1501 Page Mill Road, M/S 4U-6
- Palo Alto, CA 94304
- (415) 857-3899 FAX (415) 857-8234
- --------------------------------------------------------------------------
-
-